home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / chrono / chrono2.dfm / chrono2.txt
Text File  |  1995-12-22  |  5KB  |  244 lines

  1. object Form1: TForm1
  2.   Left = 111
  3.   Top = 205
  4.   Width = 185
  5.   Height = 175
  6.   Caption = 'Chrono'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 96
  16.     Top = 64
  17.     Width = 18
  18.     Height = 14
  19.     Caption = 'ms'
  20.     Font.Color = clBlack
  21.     Font.Height = -11
  22.     Font.Name = 'Arial'
  23.     Font.Style = [fsBold]
  24.     ParentFont = False
  25.   end
  26.   object Label2: TLabel
  27.     Left = 96
  28.     Top = 88
  29.     Width = 18
  30.     Height = 14
  31.     Caption = 'ms'
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'Arial'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.   end
  38.   object Label3: TLabel
  39.     Left = 96
  40.     Top = 112
  41.     Width = 18
  42.     Height = 14
  43.     Caption = 'ms'
  44.     Font.Color = clBlack
  45.     Font.Height = -11
  46.     Font.Name = 'Arial'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.   end
  50.   object Label4: TLabel
  51.     Left = 120
  52.     Top = 64
  53.     Width = 50
  54.     Height = 14
  55.     Caption = 'measure'
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'Arial'
  59.     Font.Style = [fsBold]
  60.     ParentFont = False
  61.   end
  62.   object Label6: TLabel
  63.     Left = 120
  64.     Top = 88
  65.     Width = 24
  66.     Height = 14
  67.     Caption = 'total'
  68.     Font.Color = clBlack
  69.     Font.Height = -11
  70.     Font.Name = 'Arial'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.   end
  74.   object Label7: TLabel
  75.     Left = 120
  76.     Top = 112
  77.     Width = 44
  78.     Height = 14
  79.     Caption = 'average'
  80.     Font.Color = clBlack
  81.     Font.Height = -11
  82.     Font.Name = 'Arial'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.   end
  86.   object Button1: TButton
  87.     Left = 4
  88.     Top = 4
  89.     Width = 53
  90.     Height = 25
  91.     Caption = 'Start'
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'Arial'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     TabOrder = 0
  98.     OnClick = Button1Click
  99.   end
  100.   object Button2: TButton
  101.     Left = 60
  102.     Top = 4
  103.     Width = 53
  104.     Height = 25
  105.     Caption = 'Stop'
  106.     Font.Color = clBlack
  107.     Font.Height = -11
  108.     Font.Name = 'Arial'
  109.     Font.Style = [fsBold]
  110.     ParentFont = False
  111.     TabOrder = 1
  112.     OnClick = Button2Click
  113.   end
  114.   object Edit1: TEdit
  115.     Left = 4
  116.     Top = 60
  117.     Width = 89
  118.     Height = 21
  119.     Font.Color = clBlack
  120.     Font.Height = -11
  121.     Font.Name = 'Arial'
  122.     Font.Style = [fsBold]
  123.     ParentFont = False
  124.     TabOrder = 2
  125.     Text = '0'
  126.   end
  127.   object Button3: TButton
  128.     Left = 4
  129.     Top = 36
  130.     Width = 53
  131.     Height = 21
  132.     Caption = 'Pause'
  133.     Font.Color = clBlack
  134.     Font.Height = -11
  135.     Font.Name = 'Arial'
  136.     Font.Style = [fsBold]
  137.     ParentFont = False
  138.     TabOrder = 3
  139.     OnClick = Button3Click
  140.   end
  141.   object Button4: TButton
  142.     Left = 60
  143.     Top = 36
  144.     Width = 53
  145.     Height = 21
  146.     Caption = 'Continue'
  147.     Font.Color = clBlack
  148.     Font.Height = -11
  149.     Font.Name = 'Arial'
  150.     Font.Style = [fsBold]
  151.     ParentFont = False
  152.     TabOrder = 4
  153.     OnClick = Button4Click
  154.   end
  155.   object Button5: TButton
  156.     Left = 116
  157.     Top = 4
  158.     Width = 53
  159.     Height = 25
  160.     Caption = 'Reset'
  161.     Font.Color = clBlack
  162.     Font.Height = -11
  163.     Font.Name = 'Arial'
  164.     Font.Style = [fsBold]
  165.     ParentFont = False
  166.     TabOrder = 5
  167.     OnClick = Button5Click
  168.   end
  169.   object Edit2: TEdit
  170.     Left = 4
  171.     Top = 84
  172.     Width = 89
  173.     Height = 21
  174.     Font.Color = clBlack
  175.     Font.Height = -11
  176.     Font.Name = 'Arial'
  177.     Font.Style = [fsBold]
  178.     ParentFont = False
  179.     TabOrder = 6
  180.     Text = '0'
  181.   end
  182.   object Edit3: TEdit
  183.     Left = 4
  184.     Top = 108
  185.     Width = 89
  186.     Height = 21
  187.     Font.Color = clBlack
  188.     Font.Height = -11
  189.     Font.Name = 'Arial'
  190.     Font.Style = [fsBold]
  191.     ParentFont = False
  192.     TabOrder = 7
  193.     Text = '0'
  194.   end
  195.   object Edit4: TEdit
  196.     Left = 148
  197.     Top = 84
  198.     Width = 25
  199.     Height = 21
  200.     Font.Color = clBlack
  201.     Font.Height = -11
  202.     Font.Name = 'Arial'
  203.     Font.Style = [fsBold]
  204.     ParentFont = False
  205.     TabOrder = 8
  206.     Text = '0'
  207.   end
  208.   object Button6: TButton
  209.     Left = 116
  210.     Top = 36
  211.     Width = 53
  212.     Height = 21
  213.     Caption = 'Cancel'
  214.     Font.Color = clBlack
  215.     Font.Height = -11
  216.     Font.Name = 'Arial'
  217.     Font.Style = [fsBold]
  218.     ParentFont = False
  219.     TabOrder = 9
  220.     OnClick = Button6Click
  221.   end
  222.   object PanelClock1: TPanelClock
  223.     Left = 0
  224.     Top = 132
  225.     Width = 177
  226.     Hint = 'Click to see system resources'
  227.     AlertFont.Color = clWindowText
  228.     AlertFont.Height = -13
  229.     AlertFont.Name = 'System'
  230.     AlertFont.Style = []
  231.     Align = alBottom
  232.     Font.Color = clBlack
  233.     Font.Height = -11
  234.     Font.Name = 'Arial'
  235.     Font.Style = [fsBold]
  236.     Hint2 = 'Click to see clock'
  237.     ParentFont = False
  238.   end
  239.   object Chrono1: TChrono
  240.     Left = 28
  241.     Top = 12
  242.   end
  243. end
  244.